home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / twn.xml < prev    next >
Text File  |  2002-08-30  |  1KB  |  40 lines

  1. <search function="twn">
  2.   <name>The Weather Network Forecast</name>
  3.   <description>
  4.     Search for Canadian weather forecasts by city.<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.       <tr><td>twn Halifax</td></tr>
  8.     </table>
  9.   </description>
  10.   <category>News</category>
  11.   <link>http://www.theweathernetwork.com/</link>
  12.   <contributor>Sarah Sweeney</contributor>
  13.   <email>sarah@designshift.com</email>
  14.   <form name="weathernetworkform"
  15.         action="http://www.theweathernetwork.com/services/search/search.asp"
  16.         method="post">
  17.     <input type="hidden" name="recherche"/>
  18.   </form>
  19.   <script><![CDATA[
  20.     function twn(q)
  21.     {
  22.       if( nullArgs("twn",q) )
  23.         return false;
  24.       if( q == "" )
  25.         openSearchWindow("http://www.theweathernetwork.com/");
  26.       else
  27.       {
  28.         document.weathernetworkform.recherche.value = q;
  29.         submitForm(weathernetworkform);
  30.       }
  31.     }
  32.   ]]></script>
  33.  
  34.   <copyright>
  35.     Copyright (c) 2002 David Bau
  36.     Distributed under the terms of the
  37.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  38.   </copyright>
  39. </search>  
  40.